home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / clipper / nfpat3.zip / PAT3.DOC < prev   
Text File  |  1992-11-29  |  1KB  |  37 lines

  1. --------------------------------------------------------------------
  2. Nanforum Toolkit v2.1 Patch #3    11/29/92
  3. --------------------------------------------------------------------
  4.  
  5. FT_MRESET(), one of the mouse functions, had a bug where it was
  6. always returning a code indicating that a mouse was present.
  7. This has been fixed.
  8.  
  9. To apply the patch, just replace MOUSE1.PRG in your NFSRC.ZIP with
  10. the attached MOUSE1.PRG (if you downloaded the source code).
  11.  
  12. Then, you need a library utlitity (LIB.EXE comes with many versions
  13. of DOS, and with most compilers, and can be downloaded from the MSL
  14. forum on CompuServe as S12776.ARC).  If you know what to do, simply
  15. replace the MOUSE1.OBJ module with the new one that is included in
  16. this patch file.  
  17.  
  18. The procedure, for those not sure:
  19.  
  20. 1.  Make a safe copy of NANFOR.LIB.  Hide it away.
  21.  
  22. 2.  Change to the directory where NANFOR.LIB is located.
  23.  
  24. 3.  Put ORIGIN.OBJ in the same directory as NANFOR.LIB.
  25.  
  26. 4.  Type
  27.         
  28.          LIB NANFOR -+ MOUSE1;
  29.  
  30. That should do it.  
  31.  
  32. Remember to report all strange stuff in Section 5 on Nanforum! If you
  33. have any problems, please contact me so I can help you get them
  34. fixed.
  35.  
  36. Glenn Scott [71620,1521]
  37.